Skip to content

Commit

Permalink
Remove a useless semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mordante committed Jul 13, 2014
1 parent 322aebb commit a533a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variable_info.cpp
Expand Up @@ -129,7 +129,7 @@ namespace
default:
throw std::exception();
}
};
}

template <const variable_info_3_type vit, typename TResult>
class variable_info_visitor
Expand Down

0 comments on commit a533a44

Please sign in to comment.