mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
s/struct/class to make clang happy
This commit is contained in:
parent
0cd54534d1
commit
e4d7e831c9
@ -28,7 +28,7 @@ EDELIB_NS_USING(list)
|
||||
EDELIB_NS_USING(String)
|
||||
|
||||
struct MenuRules;
|
||||
struct DesktopEntry;
|
||||
class DesktopEntry;
|
||||
|
||||
typedef list<MenuRules*> MenuRulesList;
|
||||
typedef list<MenuRules*>::iterator MenuRulesListIt;
|
||||
|
Loading…
Reference in New Issue
Block a user