aboutsummaryrefslogtreecommitdiff
path: root/contrib/extractor/dbcfile.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-12 14:48:44 -0600
committermegamage <none@none>2009-03-12 14:48:44 -0600
commit4d62cf902feaf5288f7438b1005a9e6aa299462e (patch)
tree60b52e9a00ca39f773992789bcc7a8306dc3cfa9 /contrib/extractor/dbcfile.h
parentf7f6d6558ccb854a1321d9d6f0a2c9d2f6efb9aa (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.h2
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