I'm guessing you've done something like:
class Foo
{
static void Bar();
};
...
static void Foo::Bar()
{
...
}
The "static void Foo::Bar
" is incorrect. You don't need the second "static
".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With