mirror of
https://github.com/anope/anope.git
synced 2026-06-25 14:06:37 +02:00
Fix numerous errors in Win32 building under Visual Studio due to the many changes to trunk. Trunk now builds under Windows like it should.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2106 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -70,4 +70,4 @@ void Command::UnsetFlag(CommandFlags flag)
|
||||
bool Command::HasFlag(CommandFlags flag) const
|
||||
{
|
||||
return this->flags & flag;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user