diff options
| author | 2008-02-26 23:05:58 +0000 | |
|---|---|---|
| committer | 2008-02-26 23:05:58 +0000 | |
| commit | d16efdba4a6f98d159fbbe96e6dcc41228de2810 (patch) | |
| tree | f0e2bbcbd552e35845b760857ce7c2368a098309 /include | |
| parent | Why the fuck are standard functions all prefixed with a _ on windows??? (diff) | |
| download | inspircd++-d16efdba4a6f98d159fbbe96e6dcc41228de2810.tar.gz inspircd++-d16efdba4a6f98d159fbbe96e6dcc41228de2810.tar.bz2 inspircd++-d16efdba4a6f98d159fbbe96e6dcc41228de2810.zip | |
Left out CoreExport
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9047 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1a2c78c7a..48718a668 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -232,7 +232,7 @@ DEFINE_HANDLER1(FloodQuitUserHandler, void, User*); class XLineManager; class BanCacheManager; -class ConfigReaderThread : public Thread +class CoreExport ConfigReaderThread : public Thread { InspIRCd* ServerInstance; bool do_bail; |
