diff options
Diffstat (limited to 'src/trace/siox.h')
| -rw-r--r-- | src/trace/siox.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/trace/siox.h b/src/trace/siox.h index 67c3902e9..8f6f90ff9 100644 --- a/src/trace/siox.h +++ b/src/trace/siox.h @@ -368,6 +368,14 @@ private: * Confidence matrix data */ float *cmdata; + +private: + + /** + * Error logging + */ + void error(char *fmt, ...); + }; |
