Add 'class' for friend classing
- Build fix Change-Id: I2a73095feaf61174356b7af13ce5d3d83409a46f
This commit is contained in:
parent
817b2a3a19
commit
aa6f60f9fc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue