diff options
| author | 2012-02-29 05:33:52 +0000 | |
|---|---|---|
| committer | 2012-02-29 05:33:52 +0000 | |
| commit | fd6b0a334036131c27a1c3d004db40272ce61f37 (patch) | |
| tree | 30f261eae45c07389ba1ea869a01bef08eea083b /src/modules/objects/KvsObject_menuBar.h | |
| parent | I previously broke the objects module, this should fix it (diff) | |
| download | KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.tar.gz KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.tar.bz2 KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.zip | |
fix some indentation which got lost in the last commit.
someone with too much free time should fix all the files to be indented correctly (right...)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6087 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_menuBar.h')
| -rw-r--r-- | src/modules/objects/KvsObject_menuBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_menuBar.h b/src/modules/objects/KvsObject_menuBar.h index f2348a248..074db95f1 100644 --- a/src/modules/objects/KvsObject_menuBar.h +++ b/src/modules/objects/KvsObject_menuBar.h @@ -37,6 +37,6 @@ public: protected: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); - bool insertItem(KviKvsObjectFunctionCall *c); + bool insertItem(KviKvsObjectFunctionCall *c); }; #endif // !_CLASS_MENUBAR_H_ |
