summaryrefslogtreecommitdiff
path: root/src/KM_error.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-05-16 04:33:31 +0000
committerjhurst <>2011-05-16 04:33:31 +0000
commit2d873c4cc863b3c1d26cfaccdc9fe29cf347a621 (patch)
tree3ef4dd536645ac3ecfd1a9f7b6191e51a2acb841 /src/KM_error.h
parent50fab55d36abf7f01c733d2f80833408dbe0f761 (diff)
release me!
Diffstat (limited to 'src/KM_error.h')
-rwxr-xr-xsrc/KM_error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KM_error.h b/src/KM_error.h
index 3a38803..c0305e8 100755
--- a/src/KM_error.h
+++ b/src/KM_error.h
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2004-2010, John Hurst
+Copyright (c) 2004-2011, John Hurst
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _KM_ERROR_H_
#define _KM_ERROR_H_
-#define KM_DECLARE_RESULT(sym, i, l) const Result_t RESULT_##sym(i, #sym, l);
+#define KM_DECLARE_RESULT(sym, i, l) const Result_t RESULT_##sym = Result_t(i, #sym, l);
namespace Kumu
{