diff --git a/app/ccms_root.h b/app/ccms_root.h index 4694ffa..ecf253e 100644 --- a/app/ccms_root.h +++ b/app/ccms_root.h @@ -26,6 +26,8 @@ class MenuNode; } class CCMSRoot : public WebRoot { + RCPP_OBJECT(CCMSRoot, WebRoot); + public: static bool is_logged_in(Request *request);