aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 4eeed28..b94b5e7 100644
--- a/src/Slit.hh
+++ b/src/Slit.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: Slit.hh,v 1.28 2003/05/13 21:09:43 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.29 2003/05/15 11:17:27 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -105,7 +105,7 @@ public:
105 //@} 105 //@}
106 106
107 void moveToLayer(int layernum); 107 void moveToLayer(int layernum);
108 FbTk::XLayerItem &getLayerItem() { return *m_layeritem; } 108 FbTk::XLayerItem &layerItem() { return *m_layeritem; }
109 109
110 virtual void timeout(); 110 virtual void timeout();
111 111