From fcfc5f0d5aa02a8d06276ce73796298aa59b30aa Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Fri, 22 Aug 2008 17:48:57 -0400 Subject: [PATCH] template had missing ; for class ... lmao --- templates/template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template.h b/templates/template.h index 1e5f600..a2cf752 100644 --- a/templates/template.h +++ b/templates/template.h @@ -23,7 +23,7 @@ class temp { -} +}; /// ***** Header Methods ***** -- 2.10.2