diff options
| author | 2008-04-01 17:53:31 +0000 | |
|---|---|---|
| committer | 2008-04-01 17:53:31 +0000 | |
| commit | 41a94c4055e4d8809bb12e0094734e0124d23345 (patch) | |
| tree | 78bf45be1750f276d5755df0801c0863278c7ac6 /src/modules/objects/class_file.cpp | |
| parent | code clean; small ports (diff) | |
| download | KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.gz KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.bz2 KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.zip | |
patch for MacOS X. Compile fine now
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1372 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_file.cpp')
| -rw-r--r-- | src/modules/objects/class_file.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp index 87ef39b74..5ce5e750c 100644 --- a/src/modules/objects/class_file.cpp +++ b/src/modules/objects/class_file.cpp @@ -448,4 +448,8 @@ bool KviScriptFileObject::functionHexRead(KviCommand * c, KviParameterList * p, } */ + +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_class_file.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES + |
