mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
fixed gcc compile error
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@31 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
e79765eb15
commit
52be0ac0f9
1 changed files with 2 additions and 0 deletions
|
@ -405,6 +405,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#if 0
|
||||
template<class Visitor>
|
||||
class FaceVisitSelected : public BrushInstanceVisitor
|
||||
{
|
||||
|
@ -422,6 +423,7 @@ public:
|
|||
}
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
template<typename Functor>
|
||||
inline void Scene_forEachBrush(scene::Graph& graph, const Functor& functor)
|
||||
|
|
Loading…
Reference in a new issue