Little fixes.

This commit is contained in:
Robin Sommer 2013-05-30 19:13:08 -07:00
parent b3370584c7
commit 23463d064c
4 changed files with 3 additions and 5 deletions

View file

@ -37,7 +37,7 @@
namespace plugin { namespace _ns ## _ ## _name {\
class Plugin : public plugin::Plugin { \
protected: \
void Init() \
void InitPreScript() \
{ \
SetName(#_ns "::" #_name); \
SetVersion(_BRO_PLUGIN_VERSION_DEFAULT);\