diff options
author | Adam <Adam@anope.org> | 2011-08-10 01:32:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-10 01:32:07 -0400 |
commit | ded98ed3ded63aa37b7226cd7228b375df8b33e3 (patch) | |
tree | 83e728dddd3b886d198908979a72916727d71ad1 /include/opertype.h | |
parent | 13bcc4ef14c0c61e8ed578ac9346291ae731b8df (diff) |
Fixed windows build
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opertype.h b/include/opertype.h index 0c0d329c7..364343f25 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -12,7 +12,7 @@ class OperType; -struct Oper +struct CoreExport Oper { Anope::string name; Anope::string password; |