]> git.tdb.fi Git - builder.git/blob - source/option.cpp
8f1a6e9dad7488d8fc388ef823d65c16e7e922ab
[builder.git] / source / option.cpp
1 #include "option.h"
2
3 using namespace std;
4
5 Option::Option(const string &n, const string &v, const string &d):
6         name(n),
7         defv(v),
8         descr(d),
9         value(v)
10 { }