Expected `:' before ‘static’
From Cppsyntax
You can get the error message
Expected `:' before ‘static’
if you forget a colon after the privacy indicator (e.g. "public"). See Expected `:' before ‘int’.
You can get the error message
Expected `:' before ‘static’
if you forget a colon after the privacy indicator (e.g. "public"). See Expected `:' before ‘int’.