Fix build
This commit is contained in:
parent
e51ab09bb1
commit
74a479ab41
@ -725,7 +725,7 @@ namespace SourceMod
|
|||||||
* @param c Variable to store flag char.
|
* @param c Variable to store flag char.
|
||||||
* @return True on success, false if not found.
|
* @return True on success, false if not found.
|
||||||
*/
|
*/
|
||||||
virtual bool FindFlagChar(AdminFlag flag, char *c);
|
virtual bool FindFlagChar(AdminFlag flag, char *c) =0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user