summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataSource.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-10 22:27:26 +0200
committerAki <please@ignore.pl>2022-04-10 22:53:38 +0200
commit94ca59386cb94877ea15856a3c17c116c756a16d (patch)
tree30ece23c33d93624287a4c43fbc433942e245080 /StarsEx/DataSource.h
parenta9401f2b085bbb576021ed844e941beb9bf14c0f (diff)
downloadstarshatter-94ca59386cb94877ea15856a3c17c116c756a16d.zip
starshatter-94ca59386cb94877ea15856a3c17c116c756a16d.tar.gz
starshatter-94ca59386cb94877ea15856a3c17c116c756a16d.tar.bz2
Switched to use FileSystemDataSource in DataLoader
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;