From 74a479ab4138b02fefb94e90bc4cde7beed81ac9 Mon Sep 17 00:00:00 2001 From: Fyren Date: Mon, 28 Jun 2010 16:41:08 -0700 Subject: [PATCH] Fix build --- public/IAdminSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/IAdminSystem.h b/public/IAdminSystem.h index c7fe8454..17317159 100644 --- a/public/IAdminSystem.h +++ b/public/IAdminSystem.h @@ -725,7 +725,7 @@ namespace SourceMod * @param c Variable to store flag char. * @return True on success, false if not found. */ - virtual bool FindFlagChar(AdminFlag flag, char *c); + virtual bool FindFlagChar(AdminFlag flag, char *c) =0; }; }