In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In
devd.hh, there are redeclared as classes. Fix the inconsistency. MFC after: 1 week
This commit is contained in:
parent
9b9c36a3b5
commit
b884d5e84a
@ -65,7 +65,7 @@ private:
|
||||
* eps is short for event_proc_single. It is a single entry in an
|
||||
* event_proc. Each keyword needs its own subclass from eps.
|
||||
*/
|
||||
class eps
|
||||
struct eps
|
||||
{
|
||||
public:
|
||||
eps() {}
|
||||
@ -126,7 +126,7 @@ private:
|
||||
std::string _cmd;
|
||||
};
|
||||
|
||||
class event_proc
|
||||
struct event_proc
|
||||
{
|
||||
public:
|
||||
event_proc();
|
||||
|
Loading…
x
Reference in New Issue
Block a user