Removed CAPI base classes from glbarcode.

Will reconcile when merging back to stand-alone version of glbarcode.
This commit is contained in:
Jim Evins
2018-02-10 14:58:26 -05:00
parent 267c5384cc
commit 7897aa542e
3 changed files with 3 additions and 21 deletions
+1 -7
View File
@@ -28,12 +28,6 @@
#include "TypeIdList.h"
/**
* Barcode factory base for CAPI
*/
extern "C" struct gbcFactory {};
namespace glbarcode
{
/**
@@ -41,7 +35,7 @@ namespace glbarcode
*
* Singleton Barcode factory class.
*/
class Factory : public gbcFactory
class Factory
{
public: