mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Fixed copyight in memory tester.
This commit is contained in:
parent
ef1a1326d3
commit
caa915d0ec
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2014 GarageGames, LLC
|
||||
// Copyright (c) 2013 Stephan Brenner https://github.com/ymx/gtest_mem
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
namespace testing
|
||||
{
|
||||
// Original author: Stephan Brenner
|
||||
// https://github.com/ymx/gtest_mem
|
||||
class MemoryLeakDetector : public EmptyTestEventListener
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue