remove unnessary semicolon
This commit is contained in:
parent
fd089a228b
commit
2b48a97458
3 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ public:
|
||||||
{
|
{
|
||||||
// agg renderer doesn't support processing of multiple symbolizers.
|
// agg renderer doesn't support processing of multiple symbolizers.
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
void painted(bool painted);
|
void painted(bool painted);
|
||||||
inline eAttributeCollectionPolicy attribute_collection_policy() const
|
inline eAttributeCollectionPolicy attribute_collection_policy() const
|
||||||
|
|
|
@ -117,7 +117,7 @@ public:
|
||||||
{
|
{
|
||||||
// cairo renderer doesn't support processing of multiple symbolizers.
|
// cairo renderer doesn't support processing of multiple symbolizers.
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
void painted(bool /*painted*/)
|
void painted(bool /*painted*/)
|
||||||
{
|
{
|
||||||
// nothing to do
|
// nothing to do
|
||||||
|
|
|
@ -104,7 +104,7 @@ public:
|
||||||
{
|
{
|
||||||
// grid renderer doesn't support processing of multiple symbolizers.
|
// grid renderer doesn't support processing of multiple symbolizers.
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
void painted(bool painted)
|
void painted(bool painted)
|
||||||
{
|
{
|
||||||
pixmap_.painted(painted);
|
pixmap_.painted(painted);
|
||||||
|
|
Loading…
Reference in a new issue