summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/odebug.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/odebug.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/odebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/opiecore/odebug.h b/libopie2/opiecore/odebug.h
index 21a6c26..18dc09e 100644
--- a/libopie2/opiecore/odebug.h
+++ b/libopie2/opiecore/odebug.h
@@ -418,3 +418,3 @@ private:
* Does nothing.
- * @param a stream
+ * @param s stream
* @return the given @p s
@@ -424,3 +424,3 @@ inline ondbgstream& endl( ondbgstream & s) { return s; }
* Does nothing.
- * @param a stream
+ * @param s stream
* @return the given @p s
@@ -448,3 +448,3 @@ QString odBacktrace(int levels = -1);
*/
-inline ondbgstream ondDebug(int = 0) { return ondbgstream(); }
+inline ondbgstream ondDebug(int area = 0) { return ondbgstream(); }
inline ondbgstream ondDebug(bool , int = 0) { return ondbgstream(); }