PluginManager::AddDirectory no longer returns bool

Former-commit-id: a5994918636765a52ca1fc79617d12eefec2c914
This commit is contained in:
Lynix
2014-04-20 23:52:54 +02:00
parent 361e2a31ee
commit 082015fe5a
2 changed files with 3 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class NAZARA_API NzPluginManager
NzPluginManager() = delete;
~NzPluginManager() = delete;
static bool AddDirectory(const NzString& directoryPath);
static void AddDirectory(const NzString& directoryPath);
static bool Initialize();