From: richterm Date: Tue, 26 Apr 2011 09:33:39 +0000 (+0000) Subject: correcting class documentation X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b692a39edc6f598955ccbadc0478a7308254ed48;hp=dfb989826de4338f4c7deaae3647f34533ecf7fe correcting class documentation --- diff --git a/HLT/BASE/AliHLTErrorGuard.h b/HLT/BASE/AliHLTErrorGuard.h index ee421838da0..5db098786a2 100644 --- a/HLT/BASE/AliHLTErrorGuard.h +++ b/HLT/BASE/AliHLTErrorGuard.h @@ -32,7 +32,7 @@ *
  * if (nastyerror) {
  *   static AliHLTErrorGuard g("classname", "functionname", "message");
- *   g.Throw(5);
+ *   (++g).Throw(5);
  * }
  * 
* Both examples will throw the error for the first 5 occurrences. The macro