aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-25 11:27:13 (GMT)
committerrathnor <rathnor>2003-04-25 11:27:13 (GMT)
commitc318ce9f682e91dceafeb9e9a04421415ffc5404 (patch)
treee9be81e39148eaa5db4c54163d2dc3ad3ccd5fd9 /src/Window.hh
parent4b1343f4ae4ee9c7ffed63941881c6bac40a2809 (diff)
downloadfluxbox-c318ce9f682e91dceafeb9e9a04421415ffc5404.zip
fluxbox-c318ce9f682e91dceafeb9e9a04421415ffc5404.tar.bz2
small fix for gcc 3.3 compile bug (Simon)
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4a8065e..16e606d 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.60 2003/04/20 15:11:48 rathnor Exp $ 25// $Id: Window.hh,v 1.61 2003/04/25 11:27:13 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -422,10 +422,5 @@ private:
422 422
423}; 423};
424 424
425template <>
426void LayerMenuItem<FluxboxWindow>::click(int button, int time) {
427 m_object->moveToLayer(m_layernum);
428}
429
430 425
431#endif // WINDOW_HH 426#endif // WINDOW_HH