Browse Source

fix typo in comment

sbg
Mark Whitehorn 9 years ago committed by tumbili
parent
commit
1551898f5a
  1. 2
      src/modules/systemlib/mixer/mixer.h

2
src/modules/systemlib/mixer/mixer.h

@ -235,7 +235,7 @@ protected:
private: private:
/* do not allow to copy due to prt data members */ /* do not allow to copy due to pointer data members */
Mixer(const Mixer &); Mixer(const Mixer &);
Mixer &operator=(const Mixer &); Mixer &operator=(const Mixer &);
}; };

Loading…
Cancel
Save