mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 01:36:39 +00:00
workaround for MOC's lack of namespace awareness
This commit is contained in:
parent
04a11679fb
commit
0ffe4290fb
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace CSMPrefs
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
||||||
void settingChanged (const Setting *setting);
|
void settingChanged (const CSMPrefs::Setting *setting);
|
||||||
};
|
};
|
||||||
|
|
||||||
// convenience function
|
// convenience function
|
||||||
|
|
Loading…
Reference in a new issue