diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-24 00:55:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-24 00:55:22 +0000 |
| commit | 646ae07a0fcbbea4a0105c02102cdbbe3784ce1c (patch) | |
| tree | 30de664be9cc9249204cee4b0b6fa64eebc6382f /src/trace/siox.h | |
| parent | M build.xml (diff) | |
| download | inkscape-646ae07a0fcbbea4a0105c02102cdbbe3784ce1c.tar.gz inkscape-646ae07a0fcbbea4a0105c02102cdbbe3784ce1c.zip | |
Warning and whitespace cleanup
(bzr r4838)
Diffstat (limited to 'src/trace/siox.h')
| -rw-r--r-- | src/trace/siox.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/trace/siox.h b/src/trace/siox.h index 5d6059d3c..42fd30421 100644 --- a/src/trace/siox.h +++ b/src/trace/siox.h @@ -267,8 +267,8 @@ public: * If the coordinates are out of range, do nothing. */ virtual void setPixel(unsigned int x, unsigned int y, - unsigned int a, - unsigned int r, + unsigned int a, + unsigned int r, unsigned int g, unsigned int b); @@ -368,7 +368,7 @@ private: * Confidence matrix data */ float *cmdata; - + private: /** @@ -411,7 +411,7 @@ public: * Informs the observer how much has been completed. * Return false if the processing should be aborted. */ - virtual bool progress(float percentCompleted) + virtual bool progress(float /*percentCompleted*/) { return true; } @@ -420,7 +420,7 @@ public: * Send an error string to the Observer. Processing will * be halted. */ - virtual void error(const std::string &msg) + virtual void error(const std::string &/*msg*/) { } @@ -453,7 +453,7 @@ public: */ static const float FOREGROUND_CONFIDENCE; //=0.8f; - /** + /** * Confidence for foreground or background type being equally likely. */ static const float UNKNOWN_REGION_CONFIDENCE; //=0.5f; |
