From a533a44889be02d97ec68f4df579d9c41730e8bf Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 13 Jul 2014 12:23:31 +0200 Subject: [PATCH] Remove a useless semicolon. --- src/variable_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/variable_info.cpp b/src/variable_info.cpp index 50a51385a281..ef7037c1ce07 100644 --- a/src/variable_info.cpp +++ b/src/variable_info.cpp @@ -129,7 +129,7 @@ namespace default: throw std::exception(); } - }; + } template class variable_info_visitor