aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-06 07:09:53 (GMT)
committerrathnor <rathnor>2003-07-06 07:09:53 (GMT)
commit51d5903898f72f0df2909d6bad426515c6361a5a (patch)
treec0d6ec55cd3965b85addfbf0bf7d7d252d142d93
parentcaca001a585b3f870f5e9993a74d18f80d14b775 (diff)
downloadfluxbox-51d5903898f72f0df2909d6bad426515c6361a5a.zip
fluxbox-51d5903898f72f0df2909d6bad426515c6361a5a.tar.bz2
fix build issue
-rw-r--r--src/Slit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 4e391bb..faa8b3f 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -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: Slit.cc,v 1.70 2003/07/03 13:01:58 fluxgen Exp $ 25// $Id: Slit.cc,v 1.71 2003/07/06 07:09:53 rathnor Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -1340,5 +1340,5 @@ void Slit::setupMenu() {
1340 1340
1341void Slit::moveToLayer(int layernum) { 1341void Slit::moveToLayer(int layernum) {
1342 m_layeritem->moveToLayer(layernum); 1342 m_layeritem->moveToLayer(layernum);
1343 m_rc_layernum = static_cast<Fluxbox::Layer>(layernum); 1343 *m_rc_layernum = layernum;
1344} 1344}