MyGAL icon indicating copy to clipboard operation
MyGAL copied to clipboard

Remove warning about class and struct mismatch

Open stefandevai opened this issue 3 years ago • 0 comments

A fix for this warning:

warning: class template 'Arc' was previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Arc;

stefandevai avatar Nov 21 '22 15:11 stefandevai