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: @@ -235,7 +235,7 @@ protected:
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 &operator=(const Mixer &);
};

Loading…
Cancel
Save