mirror of
1
0
Fork 0
modern-cmake/examples/root-dict/DictExample.cxx

7 lines
87 B
C++
Raw Normal View History

2018-03-29 12:27:23 +02:00
#include "DictExample.h"
2018-03-28 20:50:38 +02:00
Double_t Simple::GetX() const {return x;}
ClassImp(Simple)