diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-11-03 15:13:56 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-11-03 15:24:23 +0100 |
commit | 1b1e6455fa79f2f6993115f9afbb506a5f93e315 (patch) | |
tree | 9077992b8390fa5eea6870a4b18ad3f2d74cce6e /plugins/StartPosition/src/stdafx.cxx | |
parent | 60db7dc0f88ccbff13e5bc8a7fcf2f20e4905ea9 (diff) |
StartPostion: use base class
* rewrite using classes
* reduce globals
* remove obsolete headers
* code cleaning
Diffstat (limited to 'plugins/StartPosition/src/stdafx.cxx')
-rw-r--r-- | plugins/StartPosition/src/stdafx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartPosition/src/stdafx.cxx b/plugins/StartPosition/src/stdafx.cxx index b05ed73bc5..e0372ed6dc 100644 --- a/plugins/StartPosition/src/stdafx.cxx +++ b/plugins/StartPosition/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
\ No newline at end of file +#include "stdafx.h"
|