Add 'class' for friend classing

- Build fix

Change-Id: I2a73095feaf61174356b7af13ce5d3d83409a46f
This commit is contained in:
Rintaro Kuroiwa 2015-07-23 12:53:23 -07:00
parent 817b2a3a19
commit aa6f60f9fc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class SimpleMpdNotifier : public MpdNotifier {
/// @} /// @}
private: private:
friend SimpleMpdNotifierTest; friend class SimpleMpdNotifierTest;
// Testing only method. Returns a pointer to MpdBuilder. // Testing only method. Returns a pointer to MpdBuilder.
MpdBuilder* MpdBuilderForTesting() const { MpdBuilder* MpdBuilderForTesting() const {