aboutsummaryrefslogtreecommitdiff
path: root/cpp04/ex03
diff options
context:
space:
mode:
Diffstat (limited to 'cpp04/ex03')
-rw-r--r--cpp04/ex03/MateriaSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp04/ex03/MateriaSource.cpp b/cpp04/ex03/MateriaSource.cpp
index bce6e5a..f5aaf60 100644
--- a/cpp04/ex03/MateriaSource.cpp
+++ b/cpp04/ex03/MateriaSource.cpp
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/14 17:19:10 by charles #+# #+# */
-/* Updated: 2020/04/14 17:51:07 by charles ### ########.fr */
+/* Updated: 2020/04/15 10:05:47 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -39,5 +39,5 @@ void MateriaSource::learnMateria(AMateria* materia)
AMateria* MateriaSource::createMateria(std::string const& type)
{
- return nullptr;
+ return NULL;
}