mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-22 20:41:18 +02:00
Added missing RCPP_OOBJECT macro.
This commit is contained in:
parent
b20eb07a18
commit
fa7d39017e
@ -26,6 +26,8 @@ class MenuNode;
|
||||
}
|
||||
|
||||
class CCMSRoot : public WebRoot {
|
||||
RCPP_OBJECT(CCMSRoot, WebRoot);
|
||||
|
||||
public:
|
||||
static bool is_logged_in(Request *request);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user