Skip to content

Commit

Permalink
CGUIControlFactory: make private members protected
Browse files Browse the repository at this point in the history
to facilite testing
  • Loading branch information
notspiff committed Jun 23, 2024
1 parent 4c2e4f2 commit 7a890d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/guilib/GUIControlFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CGUIControlFactory
const std::string& scrollerTag,
CScroller& scroller);

private:
protected:
static std::string GetType(const TiXmlElement* pControlNode);
static bool GetMovingSpeedConfig(const TiXmlNode* pRootNode,
const char* strTag,
Expand Down

0 comments on commit 7a890d0

Please sign in to comment.