I&#39;m attempting to do some work to remove the rasterizing of the point symbols, so they can be freely scaled in the print composer and elsewhere.<br>I&#39;ve added a QgsSymbolRenderer base class, and a derived class, QgsBasicSymbolRenderer.&nbsp; The code is in the composer_redesign branch.
<br><br>However, I keep getting linker errors, saying:<br>Linking CXX executable qgis<br>/home/steven/QGIS_work/composer_redesign/build/src/core/libqgis_core.so: undefined reference to `vtable for QgsBasicSymbolRenderer&#39;
<br><br>From what I&#39;ve read, this error occurs when the derived class doesn&#39;t implement certain virtual methods, but I don&#39;t see anything wrong with my code.&nbsp; Do I have to do something else to include the new classes as the code is linked?&nbsp; Have I just made a stupid mistake in my code?
<br><br>Steven<br>