OSCAR-code/sleepyhead/Graphs/gspacer.cpp

14 lines
210 B
C++
Raw Normal View History

/*
graph spacer Implementation
Copyright (c)2013 Mark Watkins <jedimark@users.sourceforge.net>
License: GPL
*/
#include "gspacer.h"
gSpacer::gSpacer(int space)
:Layer(NoChannel)
{
m_space=space;
}