Skip to content

Commit 45e097f

Browse files
committed
fix: corrected module name in gen_cpp
1 parent 2e5339e commit 45e097f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cpp_hart_gen/lib/gen_cpp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require_relative "written_pass"
1010
require "idlc/type"
1111

12-
module Idlc
12+
module Idl
1313
class Type
1414
def to_cxx_no_qualifiers
1515
case @kind

0 commit comments

Comments
 (0)