App Server: Move empty destructor to header.
This commit is contained in:
parent
3779f5cff7
commit
cdffe36124
@ -780,9 +780,3 @@ WindowIterator::_ReverseRewind()
|
|||||||
if (fCurrentArea)
|
if (fCurrentArea)
|
||||||
fWindowIndex = fCurrentArea->LayerOrder().CountItems() - 1;
|
fWindowIndex = fCurrentArea->LayerOrder().CountItems() - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SATSnappingBehaviour::~SATSnappingBehaviour()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
@ -157,7 +157,7 @@ private:
|
|||||||
|
|
||||||
class SATSnappingBehaviour {
|
class SATSnappingBehaviour {
|
||||||
public:
|
public:
|
||||||
virtual ~SATSnappingBehaviour();
|
virtual ~SATSnappingBehaviour() {};
|
||||||
|
|
||||||
/*! Find all window candidates which possibly can join the group. Found
|
/*! Find all window candidates which possibly can join the group. Found
|
||||||
candidates are marked here visual. */
|
candidates are marked here visual. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user