diff options
author | fluxgen <fluxgen> | 2004-05-02 20:57:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-05-02 20:57:14 (GMT) |
commit | 0f798ff9de8fa3d878e327be3a12ee863dbf63bb (patch) | |
tree | e5931d845b801bb8410c306af845b1f52141331c /src/Parser.cc | |
parent | 034cc8e7e2fd8a01ae86a3ae8ba8c09f32fcdbfe (diff) | |
download | fluxbox-0f798ff9de8fa3d878e327be3a12ee863dbf63bb.zip fluxbox-0f798ff9de8fa3d878e327be3a12ee863dbf63bb.tar.bz2 |
generic parser interface
Diffstat (limited to 'src/Parser.cc')
-rw-r--r-- | src/Parser.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Parser.cc b/src/Parser.cc new file mode 100644 index 0000000..4a9b176 --- /dev/null +++ b/src/Parser.cc | |||
@@ -0,0 +1,3 @@ | |||
1 | #include "Parser.hh" | ||
2 | |||
3 | const Parser::Item Parser::s_empty_item("", ""); | ||