diff --git a/openbr/plugins/gallery/binary.cpp b/openbr/plugins/gallery/binary.cpp index 434d561..3c54b39 100644 --- a/openbr/plugins/gallery/binary.cpp +++ b/openbr/plugins/gallery/binary.cpp @@ -204,7 +204,7 @@ BR_REGISTER(Gallery, galGallery) * \brief A contiguous array of br_universal_template. * \author Josh Klontz \cite jklontz */ -class tGallery : public BinaryGallery +class utGallery : public BinaryGallery { Q_OBJECT @@ -224,7 +224,7 @@ class tGallery : public BinaryGallery } }; -BR_REGISTER(Gallery, tGallery) +BR_REGISTER(Gallery, utGallery) /*! * \ingroup galleries