diff options
Diffstat (limited to 'src/stringproc.cpp')
-rw-r--r-- | src/stringproc.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stringproc.cpp b/src/stringproc.cpp new file mode 100644 index 0000000..23abca9 --- /dev/null +++ b/src/stringproc.cpp | |||
@@ -0,0 +1,12 @@ | |||
1 | #include "stringproc.h" | ||
2 | |||
3 | StringProc::StringProc( Build *pBld ) : | ||
4 | pBld( pBld ) | ||
5 | { | ||
6 | } | ||
7 | |||
8 | StringProc::~StringProc() | ||
9 | { | ||
10 | } | ||
11 | |||
12 | |||