summaryrefslogtreecommitdiff
path: root/src/KM_error.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-12-22 19:32:35 +0000
committerjhurst <>2007-12-22 19:32:35 +0000
commit4564a68b8a586b49715f39fb84271db61fc109b7 (patch)
tree19630698bd75331739ec9ed9bc58c2bac19cd55b /src/KM_error.h
parent9d3309c016ca46131373327e9d15cf5aa4fd8088 (diff)
logging re-write
Diffstat (limited to 'src/KM_error.h')
-rwxr-xr-xsrc/KM_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KM_error.h b/src/KM_error.h
index 31d4f3e..8ea7555 100755
--- a/src/KM_error.h
+++ b/src/KM_error.h
@@ -49,6 +49,7 @@ namespace Kumu
public:
static const Result_t& Find(int);
+ static Result_t Delete(int);
Result_t(int v, const char* l);
~Result_t();