summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/DataSource.h')
-rw-r--r--StarsEx/DataSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/DataSource.h b/StarsEx/DataSource.h
index 3da58ca..3c4a84d 100644
--- a/StarsEx/DataSource.h
+++ b/StarsEx/DataSource.h
@@ -49,7 +49,7 @@ protected:
class FileSystemDataSource : public DataSource
{
public:
- explicit FileSystemDataSource(const char* path="");
+ explicit FileSystemDataSource(const char* path=".");
~FileSystemDataSource() override;
bool Find(const char* name) const override;