Skip to content

Commit

Permalink
Compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 28, 2023
1 parent 3a3f5ba commit 48ec32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/dm.editing/AIEditingControl.h
Expand Up @@ -8,7 +8,7 @@ namespace ui
{

class AIEditingControl :
public IUserControl
public IUserControlCreator
{
public:
constexpr static const char* const Name = "AIEditingPanel";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dm.gameconnection/GameConnectionControl.h
Expand Up @@ -8,7 +8,7 @@ namespace ui
{

class GameConnectionControl :
public IUserControl
public IUserControlCreator
{
public:
constexpr static const char* Name = "GameConnectionPanel";
Expand Down

0 comments on commit 48ec32e

Please sign in to comment.