diff options
| author | 2008-10-16 17:30:26 +0000 | |
|---|---|---|
| committer | 2008-10-16 17:30:26 +0000 | |
| commit | e73c7c05c47f00fa2afa88e465868086b6188f14 (patch) | |
| tree | 48b6704c6ac7e1ae2b5ce037971c7aaa73cc0c39 | |
| parent | small fixes (diff) | |
| download | KVIrc-e73c7c05c47f00fa2afa88e465868086b6188f14.tar.gz KVIrc-e73c7c05c47f00fa2afa88e465868086b6188f14.tar.bz2 KVIrc-e73c7c05c47f00fa2afa88e465868086b6188f14.zip | |
fixed compilation warning
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2744 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/modules/objects/class_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp index d31ae5b4a..86549cd43 100644 --- a/src/modules/objects/class_file.cpp +++ b/src/modules/objects/class_file.cpp @@ -615,4 +615,4 @@ KVSO_CLASS_FUNCTION(file,writeHexBlock) #ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_class_file.moc" -#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
\ No newline at end of file +#endif //COMPILE_USE_STANDALONE_MOC_SOURCES |
