full type name in restriction

This commit is contained in:
Brian J. Cardiff 2016-02-03 21:51:32 -03:00
parent 4ed7f28fe6
commit 0cb7adabdb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module DB
# :nodoc:
getter statement
def initialize(@statement : Statement)
def initialize(@statement : DB::Statement)
end
protected def do_close