projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e79765e
)
fixed gcc compile error
author
spog <spog>
Wed, 1 Mar 2006 22:33:16 +0000
(22:33 +0000)
committer
spog <spog>
Wed, 1 Mar 2006 22:33:16 +0000
(22:33 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@31
8a3a26a2
-13c4-0310-b231-
cf6edde360e5
radiant/brushmanip.cpp
patch
|
blob
|
history
diff --git
a/radiant/brushmanip.cpp
b/radiant/brushmanip.cpp
index
b701ca4
..
fbe9291
100644
(file)
--- a/
radiant/brushmanip.cpp
+++ b/
radiant/brushmanip.cpp
@@
-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)