diff options
author | megamage <none@none> | 2009-03-12 14:48:44 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-12 14:48:44 -0600 |
commit | 4d62cf902feaf5288f7438b1005a9e6aa299462e (patch) | |
tree | 60b52e9a00ca39f773992789bcc7a8306dc3cfa9 /contrib/extractor/dbcfile.h | |
parent | f7f6d6558ccb854a1321d9d6f0a2c9d2f6efb9aa (diff) |
[7443] Better error reporting at DBC files extraction in ad.exe. No functionlity chnages in normal work case. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'contrib/extractor/dbcfile.h')
-rw-r--r-- | contrib/extractor/dbcfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extractor/dbcfile.h b/contrib/extractor/dbcfile.h index 7d709e80948..aef61df7aaa 100644 --- a/contrib/extractor/dbcfile.h +++ b/contrib/extractor/dbcfile.h @@ -10,7 +10,7 @@ public: ~DBCFile(); // Open database. It must be openened before it can be used. - void open(); + bool open(); // Database exceptions class Exception |