summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/bitbngr.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-07-06 10:38:54 -0400
committer Nathan Woods <npwoods@mess.org>2016-07-07 06:59:35 -0400
commite3cb2c7d78a63f3ce3c4a244e0ba06356f422b95 (patch)
treeb89be5cf6b90eff8fb0729d880dfccce641fe719 /src/devices/imagedev/bitbngr.h
parent6e64e3314ab53e17e74c1e664e23554d495eb85a (diff)
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, changed option_resolution to be a class, etc)
Diffstat (limited to 'src/devices/imagedev/bitbngr.h')
-rw-r--r--src/devices/imagedev/bitbngr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/bitbngr.h b/src/devices/imagedev/bitbngr.h
index cd0f38df516..083bafe8c59 100644
--- a/src/devices/imagedev/bitbngr.h
+++ b/src/devices/imagedev/bitbngr.h
@@ -18,7 +18,7 @@ public:
// image-level overrides
virtual bool call_load() override;
- virtual bool call_create(int format_type, option_resolution *format_options) override;
+ virtual bool call_create(int format_type, util::option_resolution *format_options) override;
virtual void call_unload() override;
// image device