/[svn]/linuxsampler/trunk/src/common/ChangeFlagRelaxed.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/ChangeFlagRelaxed.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2448 by schoenebeck, Fri May 3 14:26:32 2013 UTC revision 2449 by schoenebeck, Fri May 3 14:33:52 2013 UTC
# Line 20  Line 20 
20  class ChangeFlagRelaxed {  class ChangeFlagRelaxed {
21  public:  public:
22      ChangeFlagRelaxed() {      ChangeFlagRelaxed() {
23          newval = ATOMIC_INIT(0);          newval = (atomic_t) ATOMIC_INIT(0);
24          oldval = 0;          oldval = 0;
25      }      }
26            

Legend:
Removed from v.2448  
changed lines
  Added in v.2449

  ViewVC Help
Powered by ViewVC