Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: one typo, and fix alignment.
[simgrid.git] / src / kernel / resource / DiskImpl.hpp
index bc1a65fec479e3fcaba3508f23988a0aa52c4b74..d536e0e8c2e3298df661dfef5cf6f7ac6011a5eb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -34,7 +34,7 @@ class DiskAction;
 /*********
  * Model *
  *********/
-class DiskModel : public kernel::resource::Model {
+class DiskModel : public Model {
 public:
   DiskModel();
   DiskModel(const DiskModel&) = delete;