From b3833cfc7dac062f5300a329be15e234a33f20ea Mon Sep 17 00:00:00 2001 From: bhklein Date: Thu, 31 May 2018 13:17:28 -0600 Subject: [PATCH] tGallery -> utGallery --- openbr/plugins/gallery/binary.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- libgit2 0.21.4