grutil: Fix missing EXPCL_PANDA_GRUTIL

This commit is contained in:
Sam Edwards 2018-03-15 12:47:09 -06:00
parent 350f437fbe
commit 32aceab7b4

View File

@ -36,7 +36,7 @@ class ClockObject;
* channel or window. If this is done, it creates a DisplayRegion for itself * channel or window. If this is done, it creates a DisplayRegion for itself
* and renders itself in the upper-right-hand corner. * and renders itself in the upper-right-hand corner.
*/ */
class EXPCL_PANDA SceneGraphAnalyzerMeter : public TextNode { class EXPCL_PANDA_GRUTIL SceneGraphAnalyzerMeter : public TextNode {
PUBLISHED: PUBLISHED:
explicit SceneGraphAnalyzerMeter(const string &name, PandaNode *node); explicit SceneGraphAnalyzerMeter(const string &name, PandaNode *node);
virtual ~SceneGraphAnalyzerMeter(); virtual ~SceneGraphAnalyzerMeter();