]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correcting class documentation
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Apr 2011 09:33:39 +0000 (09:33 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Apr 2011 09:33:39 +0000 (09:33 +0000)
HLT/BASE/AliHLTErrorGuard.h

index ee421838da0626383d1571ceab4033b216a76e1f..5db098786a2f182b415f6a922a13716bbfa2d73d 100644 (file)
@@ -32,7 +32,7 @@
  * <pre>
  * if (nastyerror) {
  *   static AliHLTErrorGuard g("classname", "functionname", "message");
- *   g.Throw(5);
+ *   (++g).Throw(5);
  * }
  * </pre>
  * Both examples will throw the error for the first 5 occurrences. The macro