diff --git a/src/OpenFOAM/db/IOstreams/memory/IListStream.H b/src/OpenFOAM/db/IOstreams/memory/IListStream.H
index aa6e02044ee52cb3e64d0e8281e90979e061d0a7..7f125d2f3df67512c8c7921be7c5c736ef14ac88 100644
--- a/src/OpenFOAM/db/IOstreams/memory/IListStream.H
+++ b/src/OpenFOAM/db/IOstreams/memory/IListStream.H
@@ -5,7 +5,7 @@
     \\  /    A nd           | www.openfoam.com
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
-    Copyright (C) 2017-2018 OpenCFD Ltd.
+    Copyright (C) 2017-2019 OpenCFD Ltd.
 -------------------------------------------------------------------------------
 License
     This file is part of OpenFOAM.
@@ -128,7 +128,7 @@ public:
 
 /*---------------------------------------------------------------------------*\
                          Class IListStream Declaration
-\*----------------------------------------------d-----------------------------*/
+\*---------------------------------------------------------------------------*/
 
 //- An ISstream with internal List storage
 class IListStream
@@ -158,7 +158,7 @@ public:
         //- Move construct from List
         IListStream
         (
-            List<char>&& buffer,
+            ::Foam::List<char>&& buffer,  // Fully qualify (issue #1521)
             streamFormat format=ASCII,
             versionNumber version=currentVersion,
             const Foam::string& name="input"