mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
committed by
Mathew Sutcliffe
parent
5adb86ae83
commit
a210b029f1
@@ -94,7 +94,7 @@ namespace BlackMisc
|
||||
|
||||
const QString &CFsCommonUtil::fsxSimObjectsDirFromRegistry()
|
||||
{
|
||||
static const QString fsxPath(fsxDirFromRegistry());
|
||||
static const QString fsxPath(fsxSimObjectsDirFromRegistryImpl());
|
||||
return fsxPath;
|
||||
}
|
||||
|
||||
@@ -179,7 +179,7 @@ namespace BlackMisc
|
||||
|
||||
const QString &CFsCommonUtil::p3dSimObjectsDirFromRegistry()
|
||||
{
|
||||
static const QString p3dPath(p3dDirFromRegistry());
|
||||
static const QString p3dPath(p3dSimObjectsDirFromRegistryImpl());
|
||||
return p3dPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user