mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-23 21:16:50 +01:00
Fix RCPP_OBJECT declaration.
This commit is contained in:
parent
ce22bde08f
commit
12cd5a9b72
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (c) 2019-2020 Péter Magyar
|
||||
# Copyright (c) 2019-2021 Péter Magyar
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -10,7 +10,7 @@ class Request;
|
||||
class FormValidator;
|
||||
|
||||
class MourneUserController : public UserController {
|
||||
RCPP_OBJECT(UserController, UserController);
|
||||
RCPP_OBJECT(MourneUserController, UserController);
|
||||
public:
|
||||
void render_login_request_default(Request *request, LoginRequestData *data);
|
||||
void render_register_request_default(Request *request, RegisterRequestData *data);
|
||||
|
Loading…
Reference in New Issue
Block a user