fix ReloadRowMessages ignored

This commit is contained in:
Glenn Maynard
2006-02-26 09:37:37 +00:00
parent 388eacea2e
commit 2de0170202
+5
View File
@@ -981,6 +981,11 @@ public:
// XXX: allow specifying the mask
return 0;
}
virtual bool Reload()
{
return true;
}
};
class OptionRowHandlerConfig : public OptionRowHandler