App Server: Move empty destructor to header.

This commit is contained in:
John Scipione 2014-01-18 20:11:49 -05:00
parent 3779f5cff7
commit cdffe36124
2 changed files with 1 additions and 7 deletions

View File

@ -780,9 +780,3 @@ WindowIterator::_ReverseRewind()
if (fCurrentArea)
fWindowIndex = fCurrentArea->LayerOrder().CountItems() - 1;
}
SATSnappingBehaviour::~SATSnappingBehaviour()
{
}

View File

@ -157,7 +157,7 @@ private:
class SATSnappingBehaviour {
public:
virtual ~SATSnappingBehaviour();
virtual ~SATSnappingBehaviour() {};
/*! Find all window candidates which possibly can join the group. Found
candidates are marked here visual. */