diff options
| author | 2011-04-21 20:57:26 +0000 | |
|---|---|---|
| committer | 2011-04-21 20:57:26 +0000 | |
| commit | 4bfaa958634b890bfa9595088591d589b3b97b23 (patch) | |
| tree | 9f9f3a03933de344d99de31e9b418fec54c177c4 /src/modules/logview | |
| parent | more work on $log.export (wip) (diff) | |
| download | KVIrc-4bfaa958634b890bfa9595088591d589b3b97b23.tar.gz KVIrc-4bfaa958634b890bfa9595088591d589b3b97b23.tar.bz2 KVIrc-4bfaa958634b890bfa9595088591d589b3b97b23.zip | |
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5798 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview')
| -rw-r--r-- | src/modules/logview/LogFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h index cdf0b869a..e4175e729 100644 --- a/src/modules/logview/LogFile.h +++ b/src/modules/logview/LogFile.h @@ -41,7 +41,7 @@ class QString; * \struct _LogFileData * \brief A struct that contains the data of a log */ -typedef struct LogFileData +typedef struct _LogFileData { QString szName; /**< the name of the log */ QString szType; /**< the type of the log */ |
