X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fforestpond%2Fsource%2Fforestpond.cpp;fp=demos%2Fforestpond%2Fsource%2Fforestpond.cpp;h=39f4ce6c2382e1e6b7af114557124e4bc9773be6;hp=e480d209582d6568119e7362e16c94ca65305ed3;hb=03937c4f58465cb0fe7492feb17f19e81eee6abb;hpb=8e863afa468425807d53b9c935428029c3c8a15b diff --git a/demos/forestpond/source/forestpond.cpp b/demos/forestpond/source/forestpond.cpp index e480d209..39f4ce6c 100644 --- a/demos/forestpond/source/forestpond.cpp +++ b/demos/forestpond/source/forestpond.cpp @@ -15,7 +15,7 @@ ForestPond::ForestPond(int, char **): camera(resources.get("Camera.camera")) { window.set_title("Forest Pond"); - window.signal_close.connect(sigc::bind(sigc::mem_fun(this, &DesertPillars::exit), 0)); + window.signal_close.connect(sigc::bind(sigc::mem_fun(this, &ForestPond::exit), 0)); GL::SequenceBuilder seq_bld(resources.get("Forest.seq")); seq_bld.set_debug_name("Main sequence");