Skip to content

Commit 773622a

Browse files
committed
xrGame: fix windows linkage
1 parent 1970cc2 commit 773622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrGame/ui/UIOptionsItem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class CUIOptionsItem
2525
static CUIOptionsManager* GetOptionsManager() { return &m_optionsManager; }
2626
virtual void OnMessage(LPCSTR message);
2727

28-
virtual void SetCurrentOptValue() = 0; // opt->current
29-
virtual void SaveBackUpOptValue() = 0; // current->backup
28+
virtual void SetCurrentOptValue() {} // opt->current
29+
virtual void SaveBackUpOptValue() {} // current->backup
3030
virtual void SaveOptValue() = 0; // current->opt
3131
virtual void UndoOptValue() = 0; // backup->current
3232
virtual bool IsChangedOptValue() const = 0; // backup!=current

0 commit comments

Comments
 (0)