summaryrefslogtreecommitdiff
path: root/src/gui/GElement.cc
blob: cbb3cae45584d1c73ae81f3a35c7336602e12d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * GElement.cc
 *
 *  Created on: Mar 31, 2011
 *      Author: jakob
 */

#include "GElement.h"

namespace vhc {

GElement::GElement() {
	// TODO Auto-generated constructor stub

}

GElement::~GElement() {
	// TODO Auto-generated destructor stub
}

}