@@ -0,0 +1,7 @@
#include "x.h"
x::x()
{
}
@@ -0,0 +1,11 @@
#ifndef X_H
#define X_H
class x
public:
x();
};
#endif // X_H
The note is not visible to the blocked user.