Skip to content

Commit

Permalink
Fix for TBSkinListener.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruxo committed Jul 15, 2014
1 parent 4b6d28d commit 71eda21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tb/tb_skin.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class TBSkinListener
NOTE: This may be called multiple times on elements that occur multiple times
in the skin or is overridden in an override skin.
This method can be used to f.ex feed custom properties into element->tag. */
virtual void OnSkinElementLoaded(TBSkin *skin, TBSkinElement *element, TBNode *node);
virtual void OnSkinElementLoaded(TBSkin *skin, TBSkinElement *element, TBNode *node) = 0;
};

/** TBSkin contains a list of TBSkinElement. */
Expand Down

0 comments on commit 71eda21

Please sign in to comment.