diff options
author | Adam <Adam@anope.org> | 2013-05-05 03:01:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 03:04:01 -0400 |
commit | a118946e657b8a137502ff60c1f21c608cb44495 (patch) | |
tree | 41753aa8999a8932b8157a808f466f0a8b625f58 /include/defs.h | |
parent | ee2dcf11b8ff6cad5af4895738f7fe17e3baa9ee (diff) |
Fix Windows
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/defs.h b/include/defs.h index 9521c760a..e1c7613bc 100644 --- a/include/defs.h +++ b/include/defs.h @@ -23,9 +23,9 @@ struct ChanUserContainer; class ClientSocket; class Command; class CommandSource; -namespace Configuration { class Conf; } +namespace Configuration { struct Conf; } class ConnectionSocket; -namespace DNS { class Query; } +namespace DNS { struct Query; } class Entry; class IdentifyRequest; class InfoFormatter; |