Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162080 | Differences between
and this patch

Collapse All | Expand All

(-)pfstools-1.8.1/src/filter/pfspanoramic.cpp (-1 / +1 lines)
Lines 191-197 class ProjectionFactory Link Here
191
      singleton.projections[ string( name ) ] = ptr;
191
      singleton.projections[ string( name ) ] = ptr;
192
    }
192
    }
193
193
194
    static Projection *getProjection(const char *name)
194
    static Projection *getProjection(char *name)
195
    {
195
    {
196
      char *opts;
196
      char *opts;
197
      
197
      

Return to bug 162080