Don't inherit static members in singleton classes.
Actually for any singleton just say it has no static members, but if there are static members defined, print warning.
Loading
Please sign in to comment
Actually for any singleton just say it has no static members, but if there are static members defined, print warning.