diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-07-27 09:12:36 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-07-27 09:12:36 +0000 |
| commit | 74bfcd3fa592b4d36a0264fc210ee64aa5922fdc (patch) | |
| tree | 8311640b17fedc5b1723dd7e7b911b438a009108 /src/trace/siox.h | |
| parent | switch to sigc++ "release" (diff) | |
| download | inkscape-74bfcd3fa592b4d36a0264fc210ee64aa5922fdc.tar.gz inkscape-74bfcd3fa592b4d36a0264fc210ee64aa5922fdc.zip | |
fix bug in normalizeMatrix, add some better trace messages
(bzr r1490)
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, ...); + }; |
